ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / Gs1DataBarBaseTagHelper<TControl> Class / HideLinkageText Property

In This Topic
    HideLinkageText Property (Gs1DataBarBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Gs1DataBarBase.HideLinkageText. Indicates whether to show the linkage in the label text.
    Syntax
    'Declaration
     
    Public Overridable Property HideLinkageText As Boolean
    public virtual bool HideLinkageText {get; set;}
    See Also